home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / Wirecast 2.0.dmg / Wirecast.app / Contents / Resources / tutorial / doc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-05-25  |  2.2 KB  |  151 lines

  1. #main_table {
  2.     width: 100%;
  3.     height: 99%;
  4. }
  5.  
  6. #copyright {
  7.     font-size: x-small;
  8.     letter-spacing: 1;
  9. }
  10.  
  11. #version {
  12.     font-size: small;
  13.     text-decoration: none;
  14.     xletter-spacing: 1;
  15. }
  16.  
  17. #date {
  18.     font-size: small;
  19.     xletter-spacing: 1;
  20. }
  21.  
  22. #section_button {
  23.     width: 89px;
  24.     xmax-width: 89px;
  25.     xhorizontal-align: left;
  26. }
  27.  
  28. #section_fill {
  29.     width: 89px;
  30.     height: 28px;
  31.     background-repeat: repeat-x;
  32. }
  33.  
  34. #list_item {
  35.     font-family: verdana, tahoma, arial, sans-serif; 
  36.     font-size: 80%;
  37. }
  38.  
  39.  
  40. #para_indent {
  41.     margin-left: 20px;
  42.     font-family: verdana, tahoma, arial, sans-serif; 
  43.     font-size: 80%;
  44. }
  45.  
  46. #para_strong {
  47.     margin-left: 20px;
  48.     font-family: verdana, tahoma, arial, sans-serif; 
  49.     font-size: 80%;
  50.     font-weight: bold;
  51. }
  52.  
  53. #para_subs {
  54.     font-family: verdana, tahoma, arial, sans-serif; 
  55.     font-size: 80%;
  56.     font-weight: bold;
  57.     xbackground-color: #E1E1E1; 
  58. }
  59.  
  60. #note {
  61.     margin-left: 20px
  62. }
  63.  
  64. #top_left {
  65. xbackground-color: #EBF1FF;
  66. xborder-bottom: thin solid #99B6FC;
  67.     padding: 10px;
  68.     font-size: x-large;
  69.     width: 150px;
  70.     height: 60px;
  71.     text-align: center;
  72.     background-color: #EBE6DC;
  73.     border-bottom: thin solid #E1DACC;
  74.     border-right: thin solid #E1DACC;
  75. }
  76.  
  77. #top_left a:link,
  78. #top_left a:visited {
  79.     text-decoration: none;
  80.     color: #000;
  81. }
  82.  
  83. #top_right {
  84.     text-align: center;
  85.     font-size: x-large;
  86.     height: 60px;
  87.     background-color: #EBE6DC;
  88.     border-bottom: thin solid #E1DACC;
  89. }
  90.  
  91. #bottom_left {
  92.     padding: 10px;
  93.     width: 150px;
  94.     background-color: #eee;
  95.     border-right: thin dashed #888;
  96. }
  97.  
  98. #bottom_right {
  99.     background-color: #f8f8f8;
  100.     padding: 10px;
  101. }
  102.  
  103. #min_size {
  104.     width: 28px;
  105.     min-width: 28px;
  106. }
  107.  
  108. #menu {
  109.     list-style-type: none;
  110.     padding: 0;
  111.     margin: 0;
  112.     width: 150px;
  113.     font-size: x-small;
  114.     xfont-size: 60%;
  115.     font-family: verdana, tahoma, arial, sans-serif;
  116.     color: #555555;
  117. }
  118.  
  119. #menu li {
  120.     height: 18px;
  121.     margin: 0;
  122.     padding: 0;
  123. }
  124.  
  125. #menu li a#selected:link, 
  126. #menu li a#selected:visited {
  127.     text-decoration: none;
  128.     background-color: #ccc;
  129. }
  130.  
  131. #menu li a:link,
  132. #menu li a:visited {
  133.     text-decoration: none;
  134.     text-align: left;
  135.     display: block;
  136.     xfont-size: small;
  137.     color: #555555;
  138. }
  139.  
  140. #menu li a:hover,
  141. #menu li a:active{
  142.     text-decoration: none;
  143.     background-color: #ddd;
  144.     xbackground-image: url("images/left_nav-over.gif");
  145.     xbackground-repeat: no-repeat;
  146. }
  147.  
  148.  
  149.  
  150.  
  151.